Skip to content

Remove unused codepath in AvroColumnDecoder#17188

Merged
kokosing merged 1 commit into
trinodb:masterfrom
elonazoulay:remove_unused
Apr 24, 2023
Merged

Remove unused codepath in AvroColumnDecoder#17188
kokosing merged 1 commit into
trinodb:masterfrom
elonazoulay:remove_unused

Conversation

@elonazoulay
Copy link
Copy Markdown
Member

If decoding to a REAL then getLong is called.

Description

Additional context and related issues

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

If decoding to a REAL then getLong is called.
@kokosing kokosing merged commit 11eb826 into trinodb:master Apr 24, 2023
@kokosing
Copy link
Copy Markdown
Member

Thanks

@github-actions github-actions Bot added this to the 415 milestone Apr 24, 2023
@Override
public double getDouble()
{
if (value instanceof Double || value instanceof Float) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for avro data promotion and is needed.

@colebow colebow added the no-release-notes This pull request does not require release notes entry label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry

Development

Successfully merging this pull request may close these issues.

4 participants